home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 50550 / 50550.xpi / install.rdf < prev   
Extensible Markup Language  |  2010-01-14  |  1KB  |  27 lines

  1. <?xml version="1.0"?>
  2. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  4.  
  5.     <Description about="urn:mozilla:install-manifest">
  6.  
  7.         <!-- Required Items -->
  8.         <em:id>don@donsami.com</em:id>
  9.         <em:name>Clickability Developer</em:name>
  10.         <em:version>1.2</em:version>
  11.  
  12.         <em:targetApplication>
  13.             <Description>
  14.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  15.                 <em:minVersion>1.5</em:minVersion>
  16.                 <em:maxVersion>3.5.*</em:maxVersion>
  17.             </Description>
  18.         </em:targetApplication>
  19.  
  20.         <!-- Optional Items -->
  21.         <em:creator>Don Sami</em:creator>
  22.         <em:description>This extension allows easy access to development commands and troubleshooting tools for sites hosted on the Clickability platform.</em:description>
  23.         <em:homepageURL>http://www.donsami.com</em:homepageURL>
  24.  
  25.     </Description>
  26. </RDF>
  27.